home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / rtg11.zip / RTG.TXT < prev    next >
Text File  |  1995-04-23  |  7KB  |  199 lines

  1. Random Test Generator  V1.1 
  2. Copyright c 1995, Timothy Hirtle 
  3. All Rights Reserved. 
  4.  
  5. April 21, 1995 
  6.  
  7.  
  8.  
  9. Object: 
  10.  
  11. The object of Random Test Generator is to allow educators to create test 
  12. databanks which questions can be randomly selected. This serves two 
  13. purposes, one is that it allows an entire class to receive different 
  14. tests on the same subject, eliminating cheating and test compromise. 
  15. Second, it eliminates the instructor to select questions themselves, 
  16. assuming the test databanks are all valid. 
  17.  
  18.  
  19. Description: 
  20.  
  21. Random Test Generator as the name implies will randomly select questions 
  22. from up to 10 test database files to create any amount of tests. At no 
  23. time will it randomly select the same question more than once on the same 
  24. test. Test databases can be created without known limitations either in 
  25. the number of questions in any single database or how many different 
  26. databanks which can be created. The program allows either printed tests 
  27. or video tests creations. An unlimited amount of printed tests can be 
  28. created either all the same or all different tests in one easy set-up. 
  29. Video tests can also be created using the randomizer, these tests can have 
  30. an optional timer set. Video tests can also be either automatically or 
  31. manually graded. If you do want to use the randomizer, you can create 
  32. your own tests from these test databanks using the Manual Select option. 
  33. Many editing features are available such as cut, copy and paste to save 
  34. time typing and Find to locate specific text. Also available is a 
  35. bookmark feature to memorize a specific question to automatically go back 
  36. to in the future. Test databanks can be created, viewed, updated, and 
  37. added to at anytime. Also available is a password protection option to 
  38. keep your files away from prying eyes.    
  39.  
  40. Requirements: 
  41.  
  42. - Windows 3.x 
  43.  
  44. - VBRUN300.DLL installed in your Windows or System directory. This file is
  45. required for all Visual Basic programs. If you do not already have it
  46. installed in your Windows/System directory then you can find it on most
  47. on-line systems offering software for downloading. Usually under the name
  48. vbrun300.zip. 
  49.  
  50.  
  51. Installation: 
  52.  
  53. - Run Install.exe using the RUN option from the file menu of Windows 
  54. Program Manager or double click on the Install.exe icon from the File 
  55. Manager. 
  56.  
  57. - Follow the directions of the install program. 
  58.  
  59. - WARNING: Do not place Random Test Generator in any root directory,
  60. (i.e. c:\, A:\, etc...). It will probably not load correctly. It should
  61. be placed in a subdirectory (i.e. C:\RTG, C:\windows\RTG, etc...).
  62.  
  63. Installation should have placed the following files in the identified 
  64. directories: 
  65.  
  66.      Sample1.dat    \Program Directory
  67.      Sample2.dat    \Program Directory
  68.      RTG.EXE        \Program Directory
  69.      Test.Idx       \Program Directory
  70.      RTG.TXT        \Program directory
  71.      Sample.tst     \Program Directory
  72.      3dlabel.vbx    \Windows\System
  73.      Statbar.vbx    \Windows\System
  74.      Vbpic3d.vbx    \Windows\System
  75.      Vbpicbtn.vbx   \Windows\System
  76.      Cmdialog.vbx   \Windows\System
  77.      Commdlg.dll    \Windows\System
  78.      
  79.  
  80. Distribution: 
  81.  
  82. - This version is Free to all registered users of V1.0
  83.  
  84. - Random Test Generator is distributed as Shareware. The Author maintains 
  85. all rights to the program in its entirety.  
  86.  
  87. - Random Test Generator may be distributed freely as long as the 
  88. integrity of Shareware is maintained. 
  89.  
  90. - In the tradition of Shareware, the author grants a 30 day trial period 
  91. to the user to decide whether they want to keep the program. If so, a 
  92. $29.95 donation is required. If not, then before the 30 days is up, you 
  93. must delete the program from your system. 
  94.  
  95.  
  96.  
  97. Important Notice: 
  98.  
  99. Because of the file structure of Random Test Generator, users should take 
  100. caution when changing and copying Random Test Generator files to a new 
  101. directory from the original installation directory. Some files are 
  102. created using the original directory. Validated users may lose their 
  103. validation information. Also, Passwords may be lost. Neither is a major 
  104. catastrophe. Validation and Auto-execution can easily be re-established in 
  105. the new directory. Validated users should write down their validation number
  106. in case they change directories. If a new directory is desired it may be 
  107. more beneficial to re-install into the new director rather than copying 
  108. files. 
  109.  
  110.  
  111.  
  112. Disclaimer: 
  113.  
  114. Random Test Generator has no expressed or implied warranty. The user 
  115. accepts full responsibility for this program by loading it on their 
  116. computer. At no time is the author responsible for any hardware or 
  117. software malfunctions caused by Random Test Generator. Though the author 
  118. knows of no such problems from this software, he is not liable if any 
  119. should occur. 
  120.  
  121.  
  122.  
  123. Version Information: 
  124.  
  125. V1.0  Initial Release 
  126.  
  127.  
  128. V1.1:
  129.  - Fixed bug in Video Test. If more than one video test was set-up, the previous
  130. student answers would be pre-filled into new exam.
  131.  
  132. - Added a Replace option to search for and replace specified text with verification.
  133.  
  134. - Added highlights to found text for easy viewing in Find, Find Next, and replace options.
  135.  
  136. - Reformated Shareware Registration screens.
  137.  
  138. - Added an ability to print an entire database file.
  139.  
  140. - Added the ability to select up to 10 files to manually select questions from.
  141.  
  142. - Added a View List capability, to list all databank files and entries in each.
  143. also added completed Test file viewing capability.
  144.  
  145. - Modified Password Login-in window to be more restrictive.
  146.  
  147. - Set all windows to center when they pop-up.
  148.  
  149. - Prevented users from editing Help file. It now can not be written to.
  150.  
  151. - Set screen objects to resize when a lower resolution monitor is used.
  152.  
  153.  
  154. Registration Form:
  155.  
  156. -----------------------------------------------------------------------------
  157.  
  158.  
  159.                           RANDOM TEST GENERATOR - REGISTRATION FORM
  160.                               (Form also available under Help)
  161.  
  162.  
  163.  
  164. Name:___________________________________________     Date:___________________
  165.  
  166.  
  167. Address:________________________________________
  168.  
  169.         ________________________________________
  170.  
  171.         ________________________________________
  172.  
  173.         ________________________________________
  174.  
  175.  
  176.  
  177. Single Registration price: $29.95
  178.  
  179.  
  180. Number of Registrations:______    Internet Address:___________________________
  181.  
  182.  
  183.  
  184. Signature_______________________________________
  185.  
  186.  
  187.  
  188.  
  189. ------------------------------------------------------------------------------- 
  190.  
  191.  
  192. For payments, questions, comments and suggestions send to:
  193.       
  194.              Timothy Hirtle
  195.              P.O. Box 710911
  196.              San Diego, CA  92171-0911
  197.  
  198.              E-Mail:  hirtle@nosc.mil
  199.